# 0 - Pre-War
model = {
	cost						= 5
	buildtime 					= 95
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 24
	surfacedetectioncapability	= 3
	airdetectioncapability		= 2
	subdetectioncapability		= 9
	visibility					= 50
	seadefence					= 2
	airdefence					= 3
	seaattack					= 2
	subattack					= 3
	airattack					= 0.5
	shorebombardment			= 1
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 6000
	supplyconsumption			= 0.5
	fuelconsumption				= 1
}
# 1 - Basic
model = {
	cost						= 5
	buildtime 					= 140
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 28
	surfacedetectioncapability	= 3
	airdetectioncapability		= 2
	subdetectioncapability		= 10
	visibility					= 50
	seadefence					= 6
	airdefence					= 4
	seaattack					= 3
	subattack					= 4
	airattack					= 0.5
	shorebombardment			= 1
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 8000
	supplyconsumption			= 0.5
	fuelconsumption				= 1
}
# 2 - Improved
model = {
	cost						= 6
	buildtime 					= 140
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 30
	surfacedetectioncapability	= 3
	airdetectioncapability		= 2
	subdetectioncapability		= 12
	visibility					= 50
	seadefence					= 9
	airdefence					= 5
	seaattack					= 4
	subattack					= 5
	airattack					= 1.5
	shorebombardment			= 2
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 10000
	supplyconsumption			= 0.5
	fuelconsumption				= 1
}
# 3 - Advanced
model = {
	cost						= 7
	buildtime 					= 140
	defaultorganisation 		= 30
	manpower					= 1
	maxspeed					= 32
	surfacedetectioncapability	= 3
	airdetectioncapability		= 2
	subdetectioncapability		= 14
	visibility					= 50
	seadefence					= 12
	airdefence					= 6
	seaattack					= 5
	subattack					= 6
	airattack					= 1.5
	shorebombardment			= 3
	transportcapability			= 0
	aircraftcapacity			= 0
	range						= 12000
	supplyconsumption			= 0.6
	fuelconsumption				= 1.1
}